Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
1: |
|
f(x,a(b(c(y)))) |
→ f(b(c(a(b(x)))),y) |
2: |
|
f(a(x),y) |
→ f(x,a(y)) |
3: |
|
f(b(x),y) |
→ f(x,b(y)) |
4: |
|
f(c(x),y) |
→ f(x,c(y)) |
|
There are 4 dependency pairs:
|
5: |
|
F(x,a(b(c(y)))) |
→ F(b(c(a(b(x)))),y) |
6: |
|
F(a(x),y) |
→ F(x,a(y)) |
7: |
|
F(b(x),y) |
→ F(x,b(y)) |
8: |
|
F(c(x),y) |
→ F(x,c(y)) |
|
The approximated dependency graph contains one SCC:
{5-8}.
-
Consider the SCC {5-8}.
There are no usable rules.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006